home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / irix / cc_c++_make_csh / README < prev   
Encoding:
Text File  |  1994-08-02  |  2.7 KB  |  63 lines

  1.  
  2.          ~4Dgifts/toolbox/src/exampleCode/irix/cc_c++_make_csh README
  3.  
  4.       a collection of documents relating to compilers, make, and cshell
  5.  
  6.  
  7.    c++-rules.ps:  "Programming in C++, Rules and Recommendations", (C) 1990-
  8.                   1992 by Ellemtel Telecommunications Systems Laboratories.
  9.                   88 pages.  from the Introduction:
  10.                   The purpose of this document is to define *one* style of
  11.                   programming in C++.  The rules and recommendations
  12.                   presented here at not final, but should serve as a basis
  13.                   for continued work with C++.  This collection of rules
  14.                   should be seen as a dynamic document;  suggestions for
  15.                   improvements are encouraged.  A form for requesting new
  16.                   rules or changes to rules has been included as an 
  17.                   appendix to this document.  Suggestions can also be made 
  18.                   via e-mail to one of the following addresses:
  19.                   erik.nyquist@eua.ericsson.se
  20.                   mats.henricson@eua.ericsson.se
  21.  
  22.    
  23.    commonrules.ps:  "Silicon Graphics Inc, Common Makefile include files,
  24.    [+]            Notes", 5/6/93, 18 pages.
  25.                   A set of slides providing documentation on the files 
  26.                   /usr/include/make{commondefs,commonrules}, and topics like 
  27.                   * Compiler and Loader option flags, 
  28.                   * Flag Defaults, 
  29.                   * Flag Overrides, 
  30.                   * Tool Abbreviations, 
  31.                   * Combined Compiler macro name and flags, 
  32.                   * Other macros, 
  33.                   * Other Features, 
  34.                   * Makefile Structure, 
  35.                   * Overriding the default rules, 
  36.  
  37.  
  38.    cpp.qr         72-line C pre-processor "cheat sheet" quick reference.
  39.  
  40.  
  41.    csh.qr         123-line C-shell quick reference.
  42.  
  43.  
  44.    make.qr        95-line make quick reference.
  45.  
  46.  
  47.    pmake.qr       203-line pmake quick reference guide.
  48.  
  49.  
  50.    makeconv.ps    "Silicon Graphics Makefile Conventions", A Reference manual 
  51.    [+]            of the conventions followed in SGI Makefiles,  10/8/91,
  52.                   37 pages.
  53.                   This manual presents the conventions for all Makefiles in
  54.                   the SGI source tree.  It assumes the reader knows how to 
  55.                   construct a Makefile.  It also assumes the commondefs/rules
  56.                   files (make include files developed at SGI will be used to
  57.                   simply Makefile construction.
  58.  
  59.  
  60.    [+] These files were originally written/intended only for an audience of sgi
  61.        engineers, but are included here since all the Makefiles in the "src" 
  62.        subtree employ the power of /usr/include/make{commondefs,commonrules}.
  63.